home *** CD-ROM | disk | FTP | other *** search
/ Champak 138 / Volume 138 Aug 19 2011 - Damaged.iso / Games / winter_challenge.swf / scripts / frame_9 / DoAction.as
Text File  |  2011-08-19  |  1KB  |  41 lines

  1. function startLevelLoop()
  2. {
  3.    _root.level1_ice.start(0,9999);
  4. }
  5. _quality = "HIGH";
  6. temp_curveSpeed = _root.ATVclip.curveSpeed;
  7. temp_maxspeed = _root.ATVclip.maxspeed;
  8. temp_reverseSpeed = _root.ATVclip.reverseSpeed;
  9. temp_breakpower = _root.ATVclip.breakpower;
  10. temp_breakverzoegerung = _root.ATVclip.breakverzoegerung;
  11. temp_acceleration = _root.ATVclip.acceleration;
  12. redTire_cheat = 0;
  13. userScore_const = score;
  14. _root.ATV_keyBlock = 1;
  15. _root.gameInProgress = 0;
  16. _root.hitpoints = 100;
  17. _root.ATV_statsBar.resetBar();
  18. track_1_grafik.gotoAndStop(1);
  19. track_1.gotoAndStop(1);
  20. eisplatteShaddow._visible = 1;
  21. courseDisplay = 1;
  22. course = "course1";
  23. lap = 1;
  24. lapCheatflag_A = 0;
  25. lapCheatflag_B = 0;
  26. lapCheatflag_C = 0;
  27. _root.global_landmark_count = 0;
  28. _root.landmark_count = 0;
  29. _root.clock.gotoAndStop(1);
  30. _root.clock.clockInlay.min = "0";
  31. _root.clock.clockInlay.sec1 = "3";
  32. _root.clock.clockInlay.sec2 = "0";
  33. stopAllSounds();
  34. myStopAllSouds();
  35. updateAfterEvent();
  36. _root.global_ENTRANCE.start(0,0);
  37. _root.engineSound.myAction = "brk";
  38. help.swapDepths(880);
  39. help.gotoAndStop(2);
  40. stop();
  41.